Removes unused parameter from AccountsDb::new_existing()#6543
Conversation
6e63d0b to
13e2c55
Compare
13e2c55 to
adc07d8
Compare
|
automerge label removed due to a CI failure |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6543 +/- ##
===========================================
+ Coverage 0 82.8% +82.8%
===========================================
Files 0 849 +849
Lines 0 379196 +379196
===========================================
+ Hits 0 314132 +314132
- Misses 0 65064 +65064 🚀 New features to boost your workflow:
|
|
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
(cherry picked from commit 69e749e)
Problem
AccountsDb::new_existing()has an unused parameter,num_accounts, that can be removed.Summary of Changes
Remove it.